From 6d1573e160009e6d95cf5c878072e68d813dff78 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Fri, 23 Apr 2021 16:40:40 -0500 Subject: [PATCH] Spelling --- src/pgwui_core/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pgwui_core/exceptions.py b/src/pgwui_core/exceptions.py index f906af9..da44643 100644 --- a/src/pgwui_core/exceptions.py +++ b/src/pgwui_core/exceptions.py @@ -91,7 +91,7 @@ class UploadError(PGWUIError): class Error(UploadError): ''' - Module exceptions rasied while setting up to read data lines + Module exceptions raised while setting up to read data lines are derived from this class. e The error message -- 2.34.1